schedule ( function, time )
|
JsScheduleBean |
Creates a one-time schedule to run at a specific time
|
|
schedule ( function, multiple, unit )
|
JsScheduleBean |
Creates a schedule that will repeat at the specified intervals
|
|
schedule ( function, multiple, unit, time, repeat )
|
JsScheduleBean |
Create a schedule which can either run once or repeatedly
|
|
getSchedule ( id )
|
JsScheduleBean |
Get a schedule
|
|
deleteSchedule ( id )
|
void |
Deletes a schedule with the given ID
|
|
clearSchedules ( )
|
void |
Clears all schedules for this application
|
|
Ask a question, or offer an answer